Gets all jobs in the Folder with the specified ID
Get | Job_GetJobsByFolderID |
Resource Path: /api/job/folder/{id}
Uri: http://doc.jamsscheduler.com/api/job/folder/{id}
Name | Description | Data Type |
---|---|---|
id | ID of the folder definition | integer |
The response body is of type Array[Job].
OK